05. Using Headings

Exercise: Using Headings

Using Headings Quiz

We just saw how Wikipedia uses headings to create a usable page structure. Now it's your turn!

Consider the site from the following image:

Open up the live version of the page in DevTools and check what the level of each heading is. For example, the very last header (i.e., Top story) is offscreen, but using DevTools we can tell that it's an <h2> element. What about the rest of them?

QUIZ QUESTION::

Match the headers with their corresponding heading number.

ANSWER CHOICES:



Header

Heading number

<h2>

<h3>

<h1>

SOLUTION:

Header

Heading number

<h2>

<h3>

<h1>

Solution

Untitled